POV-Ray : Newsgroups : povray.general : changing to right-handed system and aspect ratio : Re: changing to right-handed system and aspect ratio Server Time
3 Aug 2024 16:26:52 EDT (-0400)
  Re: changing to right-handed system and aspect ratio  
From: Hughes, B 
Date: 13 Jan 2004 05:14:03
Message: <4003c4eb$1@news.povray.org>
"Chris Cera" <cer### [at] drexeledu> wrote in message
news:slr### [at] queenmcsdrexeledu...
> I'm trying to do two things, change from:
>     - left-handed system to right-handed system
>     - change aspect ratio from 4/3 to 2
>
> My resulting image has some shearing so the spheres looks more
> like eggs.  I'm not sure what I'm doing wrong.  My output
> dimensions are 640x320

Try:

 camera {
     location <3, 0, 0.5>
     right image_width/image_height*y
     up <0, 0, 1>
     direction  <-1, 0, 0>
 }


-- 
Bob H.
http://www.3digitaleyes.com


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.